home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / User Contributions / zebu v3.3.3 (LALR parser) / doc / package.doc next >
Encoding:
Text File  |  1994-09-12  |  1.8 KB  |  63 lines  |  [TEXT/ttxt]

  1. Package:      
  2.  
  3. Name:         ZEBU
  4.  
  5. Summary:      ZEBU: Zebu parser/unparser generator for Common Lisp
  6. Version:      Version: 3.3.2
  7.  
  8. Description:  Zebu is part of a set of tools for the
  9.      translation of formal languages.  Zebu contains a LALR(1) parser
  10.     generator like Yacc does.  Aside from generating a parser, Zebu
  11.     will also generate the inverse of a parser (unparser).  
  12.     In contrast to Yacc, the semantics is not given in terms of
  13.      ``routines'' but declaratively in terms of typed feature 
  14.     structures.  Syntax is specified using BNF-like productions
  15.     and lexical categories are specified using regular expressions.
  16.  
  17. Requires:     Common Lisp 
  18.  
  19. Ports:        Tested in Lucid and Allegro CL under HP-UX and MCL
  20.           under Macintosh
  21.  
  22. Origin:       ftp.cs.cmu.edu:/user/ai/lang/lisp/code/parsing/zebu/
  23.           as the file zebu-3.3.2.tar.gz
  24.  
  25. Copying:      Permission is granted for unrestricted non-commercial use,
  26.           see the file named COPYRIGHT in the package
  27.  
  28. Updated:      
  29.  
  30. CD-ROM:       Prime Time Freeware for AI, Issue 1-1
  31.  
  32. Bug Reports:  laubsch@hplabs.hpl.hp.com
  33.  
  34. Mailing List: 
  35.  
  36. Author(s):    "Joachim H. Laubsch" <laubsch@hplabs.hpl.hp.com>
  37.  
  38. Contact:      
  39.  
  40. Keywords:     Formal language, LALR-grammar, parsing, translation,
  41.           generation, interoperability, LEX, YACC, ZEPU,
  42.               parser, unparser
  43.  
  44. Contains:     doc/Zebu_intro.ps, COMPILE-ZEBU.lisp, ZEBU-init.lisp
  45.  
  46. See Also:    
  47.  
  48.  
  49. References:   @TECHREPORT{ZEBU:92,
  50.    AUTHOR=       {Joachim Laubsch},
  51.    TITLE=        {ZEBU: A Tool for Specifying Reversible {LALR}(1)
  52. Parsers},
  53.    TYPE=         {Technical Report},
  54.    NUMBER=       {HPL-92-147},
  55.    INSTITUTION=  "Hewlett Packard Laboratories",
  56.    ADDRESS=      {Palo Alto, CA},
  57.    MONTH=        "November",
  58.    YEAR=         {1992}}
  59.  
  60.  
  61.  
  62. ================================================================
  63.